From: Richard M. Stallman Date: Fri, 12 Mar 2004 10:11:16 +0000 (+0000) Subject: (occur-engine): Change message for count of matches. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23701 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e7768100752d26eb49d1226d7ef7823fc5c7a94;p=emacs.git (occur-engine): Change message for count of matches. --- diff --git a/lisp/replace.el b/lisp/replace.el index e8ecef12039..d8d642261e4 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -916,7 +916,7 @@ See also `multi-occur'." (goto-char headerpt) (let ((beg (point)) end) - (insert (format "%d lines matching \"%s\" in buffer: %s\n" + (insert (format "%d matches for \"%s\" in buffer: %s\n" matches regexp (buffer-name buf))) (setq end (point)) (add-text-properties beg end